home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-06 | 2.0 KB | 46 lines | [TEXT/cSSv] |
- #
- # commsService 2.0 Service Definition File.
- #
- Name=Flinders University
- Description=Provides access to INVESTIGATOR - Flinders University Central Library
- You may search by any of the methods listed below -
- 1. Title 9. Periodical Title
- 2. Author 10. Call Number
- 3. Keywords from Title 11. Lecturer search
- 4. Keywords from Author 12. Topic no. search
- 5. Keywords from Subject 13. News
- 6. Keywords from Whole Entry 14. Other Catalogues
- 7. Keywords from Series 15. Borrower's Loan Details
- 8. Subject
-
- TimeOut=0
- BreakEnabled=No
- PagesToScroll=10
- TerminationString=You may now disconnect your modem
- ConnectionTool=TGE TCP Tool
- ConnectionTokens=HostName LIBRARY.CC.FLINDERS.EDU.AU PortNumber 23 ConnectionType TELNET TelnetBinaryMode FALSE TerminalType VT100
- ConnectionMenu=No
- TerminalTool=VT102 Tool
- TerminalTokens=FontSize 9 Width 80 Cursor Underline Online True LocalEcho False AutoRepeat True RepeatControls False AutoWrap False NewLine False Scroll Jump ShowControls False SwapBackspaceDelete False TerminalMode ANSI/VT102 ShowStatusBar False ShowTabRuler False InverseVideo False InsertChar False OriginAtMargin False KeyClick False CursorKey ANSI Keypad Numeric AnswerBack "" KeyboardLocked False ActiveCharSet G0 NRCSet USASCII G0 USASCII G1 USASCII G2 USASCII G3 USASCII
- TerminalMenu=No
- ServiceScripts=on LoginToService
- Global ActiveService, FoundString
- if ExpectFromService(ActiveService, 20, true, false, "login:") then
- if FoundString > 0 then
- if SendToService(ActiveService, "central" & return, "") then
- if ExpectFromService(ActiveService, 20, true, true, "number of your terminal type") then
- if FoundString = 1 then
- if SendToService(ActiveService, "1" & return, "") then
- if ExpectFromService(ActiveService, 20, true, true, "Welcome to INVESTIGATOR") then
- if FoundString = 1 then return true
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- return false
- end LoginToService
-
-